Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUITheme Class / ClearBorderAndBorderThickness Method / ClearBorderAndBorderThickness(NSchema,NThemingState[]) Method


In This Topic
    ClearBorderAndBorderThickness(NSchema,NThemingState[]) Method
    In This Topic
    Clears the border and border thickness of the theming style associated with the specified target and each of the given states.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearBorderAndBorderThickness( _
       ByVal target As NSchema, _
       ByVal states() As NThemingState _
    ) 
    'Usage
     
    
    Dim instance As NUITheme
    Dim target As NSchema
    Dim states() As NThemingState
     
    instance.ClearBorderAndBorderThickness(target, states)
    public void ClearBorderAndBorderThickness( 
       NSchema target,
       NThemingState[] states
    )

    Parameters

    target
    states
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also